home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / GraphicsWorkshop / Source / ToolsInspector.h < prev    next >
Text File  |  1992-05-18  |  500b  |  30 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <objc/Object.h>
  5.  
  6. @interface ToolsInspector:Object
  7. {
  8.     id        informationPanel;
  9.     id        croppingPanel;
  10.     id        enhancementPanel;
  11.     id        inspectorWindow;
  12.     id        inspectorView;
  13.     id        gammaPanel;
  14.     id        conversionPanel;
  15.     
  16.     id        currentInspector;
  17. }
  18.  
  19. + new;
  20. - setInspectorWindow:anObject;
  21. - setInspectorView:anObject;
  22. - setPanel: (id *)theId ofName: (const char *)name;
  23. - cropping:sender;
  24. - information:sender;
  25. - gamma:sender;
  26. - enhancement:sender;
  27. - conversions:sender;
  28.  
  29. @end
  30.